From a1537c4d22080d644538174d8a7c65cabfd995fe Mon Sep 17 00:00:00 2001 From: Aditya Bhargava Date: Sat, 4 Oct 2025 19:29:36 -0400 Subject: [PATCH] acme: version bump * Bump acme-common to 1.5.0 * New `abort` command added and logging behaviour improved * Bump acme-acmesh to 3.1.1-r4 * Fix logging and support killing from procd (`stop` and `abort`) via SIGTERM Signed-off-by: Aditya Bhargava --- net/acme-acmesh/Makefile | 2 +- net/acme-common/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/acme-acmesh/Makefile b/net/acme-acmesh/Makefile index 8eed8d02c2..1b39376399 100644 --- a/net/acme-acmesh/Makefile +++ b/net/acme-acmesh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme-acmesh PKG_VERSION:=3.1.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/acmesh-official/acme.sh/tar.gz/$(PKG_VERSION)? diff --git a/net/acme-common/Makefile b/net/acme-common/Makefile index 6484e26a68..4c7fe69f58 100644 --- a/net/acme-common/Makefile +++ b/net/acme-common/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme-common -PKG_VERSION:=1.4.5 +PKG_VERSION:=1.5.0 PKG_MAINTAINER:=Toke Høiland-Jørgensen PKG_LICENSE:=GPL-3.0-only -- 2.30.2